feat(wasm-utxo): extend address generation for altcoin wallets#14
Merged
OttoAllmendinger merged 5 commits intomasterfrom Oct 27, 2025
Merged
feat(wasm-utxo): extend address generation for altcoin wallets#14OttoAllmendinger merged 5 commits intomasterfrom
OttoAllmendinger merged 5 commits intomasterfrom
Conversation
Issue: BTC-2652 Co-authored-by: llm-git <llm-git@ttll.de>
Add FixedScriptWallet with methods for creating output scripts and addresses based on wallet keys. This allows working with standard wallet script types without needing to create descriptors first. Issue: BTC-2652 Co-authored-by: llm-git <llm-git@ttll.de>
Add comprehensive Network enum for Bitcoin-like networks with conversion methods between different naming systems. Implements utility functions for network identification and conversion between network types, including mainnet/testnet detection and BitGo coin name mapping. Co-authored-by: llm-git <llm-git@ttll.de>
Add APIs for encoding/decoding addresses directly with coin names without requiring a utxolib Network object. This simplifies address handling by eliminating the dependency on JavaScript Network objects. New features: - Add `fromOutputScriptWithCoin` and `toOutputScriptWithCoin` functions - Support all BitGo UTXO coins through a CoinName type - Add cashaddr format option for Bitcoin Cash and eCash networks Issue: BTC-2652 Co-authored-by: llm-git <llm-git@ttll.de>
Update feature matrix to mark FixedScript Wallet address generation as complete for all altcoins. Issue: BTC-2652 Co-authored-by: llm-git <llm-git@ttll.de>
adad2ff to
6a923e3
Compare
davidkaplanbitgo
approved these changes
Oct 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR improves the WASM UTXO module with several new features and
enhancements:
with standard wallet script types without descriptors
conversion methods between different naming systems
a utxolib Network object
Reference: BTC-2652